home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / utility / nmail28u / _SETUP.1 / NETMAIL.EXE / 0 / RCDATA / TMAILBOXFORM / TMAILBOXFORM.txt
Text File  |  1999-09-10  |  1KB  |  53 lines

  1. object MailboxForm: TMailboxForm
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 312
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   FormStyle = fsMDIChild
  12.   Position = poDefault
  13.   Visible = True
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Viewer: NMailboxViewer
  20.     Left = 0
  21.     Top = 0
  22.     Width = 427
  23.     Height = 264
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     SectionNames.Sections = (
  30.       #0'45'#0'Status'
  31.       #0'36'#0'From'
  32.       #0'36'#0'Date'
  33.       #0'33'#0'Size'
  34.       #0'52'#0'Subject')
  35.     MailboxNumber = 0
  36.     Align = alClient
  37.     OnChange = ViewerChange
  38.     ItemIndex = 0
  39.     DragEnabled = True
  40.     DropEnabled = True
  41.     NewMessageTop = True
  42.   end
  43.   object MessageCount: TPanel
  44.     Left = 0
  45.     Top = 264
  46.     Width = 427
  47.     Height = 21
  48.     Align = alBottom
  49.     Alignment = taLeftJustify
  50.     TabOrder = 1
  51.   end
  52. end
  53.